[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isalllower - are all characters in string
                                     lower case

  Syntax              boolean isalllower(char *str);

  Prototype in        stringhk.h

  Remarks             checks if all characters in str are lower case.

  Return value        returns TRUE if all characters in str are lower
                      case, FALSE otherwise.

  See also            isallalpha(), isallalphanum(), isallupper()


See Also: isallalpha() isallalphanum() isallupper()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson